From 8563c9e3a7bdf8c928a8e675e6b2c9c9254bd440 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Mon, 11 Jan 2021 18:41:48 +0100 Subject: [PATCH] docs: remove stale create example from xl.1 Maybe xm create had a feature to create a domU based on a configuration file. xl create requires the '-f' option to refer to a file. There is no code to look into XEN_CONFIG_DIR, so remove the example. Signed-off-by: Olaf Hering Reviewed-by: Ian Jackson Release-Acked-by: Ian Jackson --- docs/man/xl.1.pod.in | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/man/xl.1.pod.in b/docs/man/xl.1.pod.in index f4779d8fd6..0354d3beba 100644 --- a/docs/man/xl.1.pod.in +++ b/docs/man/xl.1.pod.in @@ -171,13 +171,6 @@ B =over 4 -=item I - - xl create DebianLenny - -This creates a domain with the file /etc/xen/DebianLenny, and returns as -soon as it is run. - =item I xl create hvm.cfg 'cpus="0-3"; pci=["01:05.1","01:05.2"]' -- 2.30.2